Demo: Add Chronus Verify CI workflow and update changelog docs#47563
Draft
l0lawrence wants to merge 1 commit into
Draft
Demo: Add Chronus Verify CI workflow and update changelog docs#47563l0lawrence wants to merge 1 commit into
l0lawrence wants to merge 1 commit into
Conversation
- Add .github/workflows/chronus-verify.yml enforcing change descriptions on PRs touching sdk/*/*/** - Update doc/dev/changelog_updates.md to recommend azpysdk changelog as primary tool - Trivial docstring edit in azure-core/configuration.py to trigger the workflow Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
437cdc4 to
0f8fea2
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Demo PR
This is a demo of the changes from #46585.
What's included
.github/workflows/chronus-verify.yml* (new) — CI workflow that runs \chronus verify\ on PRs touching \sdk///*, posts a sticky comment on failure with fix instructions, and emits an error annotation.
*\doc/dev/changelog_updates.md* (updated) — Recommends \�zpysdk changelog\ as the primary tool, keeps
px chronus\ as fallback.
Trivial test file touch — triggers the workflow so you can see it run in CI.